Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.actions.relations.web--actions

This contribution is part of XML component org.nuxeo.ecm.platform.actions.relations.web inside nuxeo-platform-relations-web-9.10.jar /OSGI-INF/actions-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action enabled="true" id="TAB_RELATIONS" label="action.view.relations" link="/incl/tabs/document_relations.xhtml" order="55" type="rest_document_link">
          <category>VIEW_ACTION_LIST</category>
          <filter id="view_relations">
            <rule grant="true">
              <permission>Read</permission>
            </rule>
            <rule grant="false">
              <facet>Folderish</facet>
            </rule>
            <rule grant="false">
              <type>Server</type>
            </rule>
          </filter>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action enabled="true" id="TAB_RELATIONS" label="action.view.relations" link="/incl/tabs/document_relations.xhtml" order="55" type="rest_document_link">
      <category>VIEW_ACTION_LIST</category>
      <filter id="view_relations">
        <rule grant="true">
          <permission>Read</permission>
        </rule>
        <rule grant="false">
          <facet>Folderish</facet>
        </rule>
        <rule grant="false">
          <type>Server</type>
        </rule>
      </filter>
    </action>

  </extension>